{% if commentsr %}
|
{{ comment.atom.avatar }}
[ Ответить]
|
{% if comment.entry_url %}
{% else %}
{% if comment.atom.moder_panel %}
{{ comment.atom.moder_panel }}
{% endif %}
{% endif %}
{{ comment.atom.name_a }} |
{% if comment.atom.editdate %}Комментарий был изменён: {{ AtmDate(comment.atom.editdate) }}{% else %}Дата отправления: {{ AtmDate(comment.date) }}{% endif %}
{{ comment.atom.message }}
|